compute_overlap_segment_count Function

public pure function compute_overlap_segment_count(n, winsize) result(rst)

Computes the number of overlapped signals using a nominal 50% overlap.

Arguments

Type IntentOptional Attributes Name
integer(kind=int32), intent(in) :: n

The total length of the signal being overlapped.

integer(kind=int32), intent(in) :: winsize

The window size.

Return Value integer(kind=int32)

The number of segments.